Document Library for WinForms
AddToLog(LogEntrySeverity,String,Object[]) メソッド

C1.Win.Document.6 アセンブリ > C1.Win.Document 名前空間 > C1DocumentSource クラス > AddToLog メソッド : AddToLog(LogEntrySeverity,String,Object[]) メソッド
The severity of the log entry.
The format string used to build message of the log entry.
The arguments used to build message of the log entry.
Adds log entry to the Log list.
シンタックス
'宣言
 
Public Overloads Function AddToLog( _
   ByVal severity As LogEntrySeverity, _
   ByVal format As System.String, _
   ByVal ParamArray args() As System.Object _
) As LogEntry
public LogEntry AddToLog( 
   LogEntrySeverity severity,
   System.string format,
   params System.object[] args
)

パラメータ

severity
The severity of the log entry.
format
The format string used to build message of the log entry.
args
The arguments used to build message of the log entry.

戻り値の型

The created LogEntry object.
参照

C1DocumentSource クラス
C1DocumentSource メンバ
オーバーロード一覧